home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
oddech
/
srp
/
Stress Relief Paintball.exe
/
scripts
/
DefineButton2_175
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2002-07-26
|
109b
|
8 lines
on(press){
if(_root.blnFire == true)
{
_root.fShoot(90,1,1);
gotoAndPlay(5);
}
}